home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mntdoc01.zoo / mintdoc / cat2 / prusage.nr < prev    next >
Encoding:
Text File  |  1993-03-03  |  913 b   |  67 lines

  1.  
  2.  
  3.  
  4. Prusage(2)                 Oct. 1, 1991                Prusage(2)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        Prusage - get resource usage information
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        void Prusage( LONG *r );
  12.  
  13. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  14.        _✓P_✓r_✓u_✓s_✓a_✓g_✓e  puts information on resources used by the process
  15.        into the memory pointed to by _✓r, as follows:
  16.           r[0]: time spent by process in MiNT kernel
  17.           r[1]: time spent by process in its own code
  18.           r[2]: total kernel time spent by children of this process
  19.           r[3]: total user code time spent by children of this process
  20.           r[4]: memory allocated to this process (bytes)
  21.           r[5]-r[7]: reserved for future use
  22.        All times are in milliseconds.
  23.  
  24. S✓SE✓EE✓E A✓AL✓LS✓SO✓O
  25.        _✓P_✓s_✓e_✓t_✓l_✓i_✓m_✓i_✓t(2)
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Version 0.9          MiNT Programmer's Manual                   1
  65.  
  66.  
  67.